home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TOS Silver 2000
/
TOS Silver 2000.iso
/
Anwendun
/
Pov
/
POVTOOLS
/
FTPOVRAY
/
SCENES
/
CRAYON
/
CRAY.INC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-11-25
|
304 b
|
17 lines
union {
// crée le crayon de couleur
// "Coul_Crayon"
#include "defcray.inc"
// met le crayon vertical
translate -x*7
rotate z*-90
// le positionne dans l'espace
// en fonction de "i"
rotate x * (-10-(i*(50/36)))
translate y*i*(5/36)
translate z*(-7+(i*(4/36)))
rotate y*(10*i)
}